home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / Devices / ReadSector MSDOS / ReadMe next >
Encoding:
Text File  |  1992-07-15  |  563 b   |  10 lines  |  [TEXT/ttxt]

  1. ReadSectorMSDOS
  2. (Quick & Dirty. Think Pascal, with its outlawed Writeln-Textwindow)
  3.  
  4. The question was: "I need to write an external file system for floppies formatted like MS-DOS floppies, but with a different directory structure on them."
  5.  
  6. The answer was: "Don't even think of writing an external file system (now)!".
  7.  
  8. Instead, convince yourself that reading and writing physical sectors on MS-DOS floppies is easy, and that you can implement the required functionality within your application (as Apple File Exchange does).
  9.  
  10. Joseph Maurer (MacDTS), January 1992